URL Input Field List
In the URL input field, configure the list of URLs to be controlled, and set policies for the URLs configured in the conditional policy.
Creating a URL List
Add Individual URL
Step-by-step progress:
- Menu Access
- Go to "Business System" → "URL Input Field" menu in the admin page.
- Start Adding Sites
- "URL List" tab**[+Register URL]**Button Click
- Site Information Input
- Name(Required): Enter a unique name to identify the site
- Description(Optional): Additional description about the site
- Connection Information(required): The actual URL address to access
http://orhttps://Enter in the complete URL format including- When using wildcards
*example.comInput in the form of - Example:
https://www.example.com,*naver.com - The slash (/) at the end of the URL is automatically removed and processed.
- Group(Optional): Select from existing created groups to manage classification
- Save complete
- After entering all information**[Save]**Button Click
Cautions when entering:
- The name and connection information cannot be duplicated.
- The URL must be entered in the correct format.
- Protocol(
http://,https://) or wildcard(*must start with ) - The slash (/) at the end of the URL is automatically removed and processed the same way.
Bulk URL Registration
Bulk Registration Using CSV Files:
- Start Bulk Registration
- "URL List" tab**[Bulk Registration]**Button Click
- Download Template
- **[Download CSV Template]**Button Click
- Opening the downloaded CSV file in Excel
- Creating a CSV File
- Name: Site Name (Required)
- URL: Access URL (required, includes http:// or https://, or starts with *)
- Description: Description (optional)
- Enter site information one for each row.
- Wildcard URLs can also be registered.(for example:
*naver.com)
- File Upload
- Save the completed CSV file
- Batch Registration Screen**[Browse Files]**Click to select a file
- Or drag and drop the file into the upload area.
- **[Upload]**Button Click
- Check Results
- The registration results will be displayed:
- Registration: Total number of processed URLs
- normal: Number of URLs successfully registered
- Error: Number of URLs that failed to register
- In case of an error**[Edit]**Check and correct error details with the button
- The registration results will be displayed:
Common causes of errors:
- Required fields not entered (Name, Access Information)
- Duplicate name or access information
- URL format error
Policy Inspection Method
Overview of URL Matching Policy
The URLs entered in the URL input field are matched with the user's actual access attempts, and allow/block policies are applied. You need to understand the system's matching method accurately to configure the policies to work as intended.
Basic Matching Rules
1. Automatic Wildcard Addition
- All registration URLs are automatically appended by the system.
*to add - User Input:
https://naver.com→ System Storage:https://naver.com* - User Input:
*naver.com→ System Storage:*naver.com*
2. Protocol Separation Policy
- http://와 https://는Completely handled separately
- Reason for distinguishing:
- For security reasons, http and https are completely different protocols.
- Some sites only support http or only support https.
- In the case of internal systems (especially IP-based), the protocol often becomes fixed.
- There are cases where different behaviors occur for each protocol due to certificate issues.
- Correct Registration Method: No need to register both protocols
- General Site: Most automatically redirect to https when accessing via http.
https://or*Recommended for registration - Internal System: Registered exactly as an accessible protocol
- Allow all protocols: Wildcard(
*domain.com) Use
- General Site: Most automatically redirect to https when accessing via http.
Matching Example:
등록된 정책: https://naver.com (시스템 저장: https://naver.com*)
✅ 매칭되는 접속:
- https://naver.com
- https://naver.com/
- https://naver.com/news
- https://www.naver.com (www 자동 처리)
❌ 매칭되지 않는 접속:
- http://naver.com (프로토콜 다름)
- ftp://naver.com (프로토콜 다름)
3. www Handling Policy
- Automatically handle www the same way only in the protocol URL.
- In wildcard URLs, www is distinguished.
For protocol URLs:
등록: https://naver.com → 시스템 저장: https://naver.com*
✅ 자동으로 매칭:
- https://naver.com
- https://naver.com/
- https://www.naver.com (www 자동 처리)
- https://www.naver.com/ (www + 슬래시 모두 자동 처리)
For wildcard URLs:
등록: *naver.com → 시스템 저장: *naver.com*
✅ 매칭:
- https://naver.com
- https://naver.com/
- https://blog.naver.com
- https://news.naver.com
❌ 매칭되지 않음:
- https://www.naver.com (www는 별도 등록 필요)
Wildcard Matching Details
1. Wildcard Position
- Only available at the front:
*example.com✅ - Unavailable for intermediate use:
example*.com❌ - The back is automatically added by the system.: No user input required
2. Wildcard Matching Behavior
등록: *naver.com → 시스템 저장: *naver.com*
✅ 매칭되는 접속:
- https://naver.com
- https://naver.com/
- https://news.naver.com
- https://news.naver.com/
- https://blog.naver.com
- https://shopping.naver.com
❌ 매칭되지 않는 접속:
- https://naver.co.kr (다른 도메인)
- https://navernews.com (naver.com 문자열이 포함되지 않음)
3. Wildcard Precautions
Possible occurrence of unintended matching:
등록: *shopping.com → 시스템 저장: *shopping.com* (차단 정책)
❌ 의도치 않게 차단되는 접속:
- https://google.com/search?q=online-shopping.com
- https://blog.example.com/review-shopping.com-site
Configuration Methods by Actual Operating Scenarios
Scenario 1: Allow all access to a specific site
RequirementsAllow all subdomains and subpages of naver.com
Recommended settings:
등록 1: https://*naver.com (와일드카드 + 프로토콜)
등록 2: http://*naver.com (HTTP도 지원하는 경우)
Matching results:
- ✅ https://www.naver.com
- ✅ https://www.naver.com/
- ✅ https://news.naver.com
- ✅ https://blog.naver.com/page/123
- ✅ http://naver.com(Registration 2)
Scenario 2: Allow only specific domains exactly
Requirements: www.example.com onlyAllow and block subdomains
Recommended settings:
등록 1: https://www.example.com
등록 2: http://www.example.com (HTTP도 지원하는 경우)
Matching results:
- ✅ https://www.example.com
- ✅ https://www.example.com/
- ✅ https://www.example.com/page/123
- ❌ https://api.example.com(blocked)
- ❌ https://blog.example.com(blocked)
Scenario 3: Bulk Blocking of Shopping Mall Sites
Requirements: Block all shopping-related sites
Recommended settings:
등록 1: *shop.com (차단)
등록 2: *shopping.com (차단)
등록 3: *mall.com (차단)
Cautions: It may unintentionally be blocked when searching for the keyword on the search engine.
Recommended Policy Settings
1. How to Register a Protocol
사이트 특성별 권장 등록 방법:
✅ 일반 포털/상용 사이트 (네이버, 구글, 쇼핑몰 등)
- 사이트에서 자동 리다이렉트: http → https
- 권장: https://naver.com 또는 *naver.com
- 비권장: http://naver.com (실제론 https로 접속됨)
✅ 내부 시스템/IP 기반 사이트
- 프로토콜 고정: http만 지원 또는 https만 지원
- 권장: 실제 접속 가능한 프로토콜로 정확히 등록
- 예시: http://192.168.1.100, https://intranet.company.com
✅ 모든 프로토콜 허용 필요시
- 권장: *domain.com (와일드카드 사용)
- 비권장: http://domain.com + https://domain.com (중복 등록)
2. Cautious Use of Wildcards
✅ 권장: 서브도메인 허용이 명확한 경우만 사용
- *company.com (회사 공식 도메인들)
❌ 주의: 일반적인 키워드로 와일드카드 사용
- *shop.com (의도치 않은 매칭 발생 가능)
Troubleshooting Guide
Problem 1: Registered but cannot access
Confirmation items:
- Protocol Match (http vs https)
- Inclusion of www (for wildcards)
- Accuracy of Wildcard Patterns
Solution:
- Register with a pattern exactly the same as the actual URL you are accessing.
Problem 2: Should be blocked but is accessible
Confirmation items:
- Whether the blocking policy is set correctly
- Does it overlap with other allowed policies?
- Isn't the wildcard pattern too broad?
Solution:
- Reconfirming Block Settings in Conditional Policies
- Remove Duplicate Allowance Policies
- Change to a more specific pattern
Problem 3: Unintended sites are being blocked
Cause: The wildcard pattern is too broad
Solution:
- Using More Specific Domain Patterns
- Register Individual URLs Instead of Wildcards
- Additional allowance policy for sites that need to be permitted.
Group Management
Group Creation
Create a group to manage URLs by category.
- Start Adding Group
- "URL List" tab**[+Add]**Button Click
- in the dropdown**[Add Group]**Selection
- Group Information Input
- Name(required): A unique name to identify the group
- Description(Optional): Description of the group's purpose or characteristics
- Group creation complete
- **[Check]**Create a group by clicking the button
Group Modification
- Select the group to edit
- Select the checkbox of the group you want to modify from the URL list.
- Activated at the top**[Edit]**Button Click
- Edit Group Information
- Change name or description in the group edit window
- **[Check]**Save changes with the button
Delete Group
- Select the group to delete
- Select the checkbox of the group you want to delete from the URL list.
- Activated at the top**[Delete]**Button Click
- Delete Confirmation
- Display confirmation message "Delete 1 selected item"
- **[Check]**When clicked, the group and all URLs belonging to the group will be deleted together.
⚠️ ImportantWhen deleting a group, all sites included in that group will also be deleted, so please make your decision carefully.
Modify and Delete URL
URL modification
- Select the URL to edit
- Select the site you want to edit from the URL list.
- **[Edit]**Button Click
- Edit Site Information
- Site edit slide panel opened
- Modify necessary items such as name, description, access information, group, etc.
- **[Save]**Save changes with the button
Delete URL
- Select the URL to delete
- Select the site you want to remove from the URL list
- **[Delete]**Button Click
- Delete Confirmation
- Display confirmation message "Delete 1 selected item"
- **[Check]**Click to complete URL deletion
List Management Functionality
Search and Filtering
Search Function:
- You can search by site name or URL in the top search bar.
- Real-time search displays results immediately upon input
List display information:
- Name: Site Identifier
- Connection Information: Actual URL address (displayed in system storage format)
- Description: Additional information about the site
- Last Updated: Last modified date
Bulk Operations
Multiple Choice:
- Multiple item selection possible with checkboxes
- Batch edit/delete is possible for selected items.
Export:
- **[Download List]**Export the current URL list to a CSV file with a button
- Used for backup or migration to another system
Problem Solving
Common Issues
URL registration failed:
- Check URL format (whether it includes http:// or https://, or starts with *)
- Name Duplication Check
- Wildcard Position Check (Can Only Be Used at the Front)
- Check for at least one dot (.)
In case of connection issues:
- Check Protocol Match (Registration: https, Access: http)
- Check for the inclusion of www (separate registration required for wildcards)
- Reconfirm Allow/Block Settings in Conditional Policies
Group Management Issues:
- Check included URLs before deleting the group
- Preventing Duplicate Group Names
- Establishing an appropriate group classification system